﻿.buttonclasslvl2 {
  
  font-family:Baskerville Old Face;
  font-weight:Bold;
  border: none;
  color: #808000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 59px;
  border-radius: 10px;7px;
  width:74%;
  height:177px;
 
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  -webkit-animation: glowing1 1500ms infinite;
  -moz-animation: glowing1 1500ms infinite;
  -o-animation: glowing1 1500ms infinite;
  animation: glowing1 1500ms infinite;
}
@-webkit-keyframes glowing1 {
  0% { background-color: 	#ffff99; -webkit-box-shadow: 0 0 3px 		#FFFF00; }
  50% { background-color: #ffff99; -webkit-box-shadow: 0 0 40px 	#CCCC00; }
  100% { background-color: 	#ffff99; -webkit-box-shadow: 0 0 3px 		#FFFF00; }
}

@-moz-keyframes glowing1 {
  0% { background-color: 	#ffff99; -moz-box-shadow: 0 0 3px 		#FFFF00; }
  50% { background-color: #ffff99; -moz-box-shadow: 0 0 40px 	#CCCC00; }
  100% { background-color: 	#ffff99; -moz-box-shadow: 0 0 3px 		#FFFF00; }
}

@-o-keyframes glowing1 {
  0% { background-color: 	#ffff99; box-shadow: 0 0 3px 		#FFFF00; }
  50% { background-color: #ffff99; box-shadow: 0 0 40px 	#CCCC00; }
  100% { background-color: 	#ffff99; box-shadow: 0 0 3px 		#FFFF00; }
}

@keyframes glowing1 {
  0% { background-color: 	#ffff99; box-shadow: 0 0 3px 		#FFFF00; }
  50% { background-color: #ffff99; box-shadow: 0 0 40px 	#CCCC00; }
  100% { background-color: 	#ffff99; box-shadow: 0 0 3px 		#FFFF00; }
}

.button2 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}